home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Viewers / VideoStreamV1.0 / ReadMe < prev   
Encoding:
Text File  |  1995-06-12  |  1.5 KB  |  38 lines

  1.  
  2. A few notes on VideoStream:
  3.  
  4. I hacked the avi decoder and other suppport stuff out of the xanim 2.60
  5. code, and I'm sure there's alot of unnecessary junk still in there.  Feel
  6. free to clean it up on your own.
  7.  
  8. Some avi formats aren't supported by xanim and so aren't supported here.  
  9. Most likely the video window won't appear in these cases, but maybe the 
  10. app will crash.
  11.  
  12. You'll need to build the VideoStream application and the avi and mpg 
  13. decoders separately, then put the decoders inside the app wrapper
  14. (VideoStream.app) so the application can find it.  Compile using -O4 
  15. for best results.
  16.  
  17. Those people running on Pentium or PA-RISC hardware may find the animation
  18. plays rather quickly (based on the fact that it's just about as fast as you'd 
  19. want it to be on my 486DX266).  To solve this, hack VideoStream to incorporate
  20. timed entry support (harder) or put in a call to usleep after NXPing in
  21. -runAgain (easier).
  22.  
  23. And now a message from my lawyers:
  24.  
  25. THE INFORMATION CONTAINED HEREIN IS FURNISHED AS IS, IS SUBJECT TO
  26. CHANGE WITHOUT NOTICE, AND SHOULD NOT BE CONSTRUED AS A COMMITMENT BY 
  27. BLACK ADDER RESEARCH INCORPORATED.  BLACK ADDER RESEARCH INCORPORATED 
  28. ASSUMES NO RESPONSIBILITY OR LIABILITY FOR ANY ERRORS OR INACCURACIES, 
  29. MAKES NO WARRANTY OF ANY KIND (EXPRESS, IMPLIED OR STATUTORY) WITH 
  30. RESPECT TO THIS INFORMATION, AND EXPRESSLY DISCLAIMS ANY AND ALL 
  31. WARRANTIES OF MERCHANTABILITY, FITNESS FOR PARTICULAR PURPOSES AND 
  32. NONINFRINGEMENT OF THIRD PARTY RIGHTS.
  33.  
  34. Regards,
  35.     Bill Rozzi
  36.     Black Adder Research, Inc.
  37.  
  38.